Skip to main content

hScrollbar

Type

property

Summary

Specifies whether a field or group has a horizontal scrollbar.

Syntax

set the hScrollbar of {<field> | <group>} to {true | false}

Description

Use the hScrollbar property to show or hide the horizontal scrollbar of a field or group.

When the hScrollbar of a group or field is set to true, the scrollbar appears across the bottom of the group or field.

Changing the hScrollbar does not change the object's rectangle property, so if there are objects near the bottom edge of the group, the scrollbar may cover them.

If a field's dontWrap property is set to true, the field does not scroll horizontally; the scrollbar appears but is always disabled.

Examples

set the hScrollbar of group "Main" to true

command: group

glossary: object, property, group

keyword: field, rectangle

object: field

property: hScroll, dontWrap, width, vScrollbar

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?